DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / SourceChangeEventArgs<T> Class / SourceChangeEventArgs<T> Constructor
Changed object.
Type of change.
Ordinal position of the changed item.

In This Topic
    SourceChangeEventArgs<T> Constructor
    In This Topic
    Initializes a new instance of the SourceChangeEventArgs<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal item As T, _
       ByVal changeType As SourceChangeType, _
       ByVal ordinal As Integer _
    )
    public SourceChangeEventArgs<T>( 
       T item,
       SourceChangeType changeType,
       int ordinal
    )

    Parameters

    item
    Changed object.
    changeType
    Type of change.
    ordinal
    Ordinal position of the changed item.
    See Also